writeNfcData

open fun writeNfcData(auth: String, data: String): CardReadResult

Writes data to the NFC card.

Return

The result of writing data to the NFC card.

Parameters

auth

The authentication string.

data

The data to be written to the NFC card.